home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-01
/
cqa.zip
/
LISTCOMB.BCP
< prev
next >
Wrap
Text File
|
1991-04-01
|
387b
|
8 lines
QUESTION: I am using SendMessage with LB_ADDSTRING to put a string into
the list box portion of my combo box control but it doesn't
show up? Everything compiles ok. What am I doing wrong?
ANSWER: The Windows constants LB_XXXXXXX cannot be used with the list
box section of a combo box. Usually there is a CB_XXXXXXX
equivalant.